Damn cvs.
authorMorten Welinder <mortenw@src.gnome.org>
Sun, 14 Mar 2004 19:50:11 +0000 (19:50 +0000)
committerMorten Welinder <mortenw@src.gnome.org>
Sun, 14 Mar 2004 19:50:11 +0000 (19:50 +0000)
gtk/gtkfilechooserdefault.c

index 727e8f8c71c79099acd400280cb9eb4abea85771..d8ccb35be59f63b78800b395a822b3a09c819e2c 100644 (file)
@@ -667,9 +667,9 @@ error_dialog (GtkFileChooserDefault *impl,
   if (error)
     {
       char *uri = gtk_file_system_path_to_uri (impl->file_system, path);
-      text = g_strdup_printf (msg,
-                             uri,
-                             error->message);
+      char *text = g_strdup_printf (msg,
+                                   uri,
+                                   error->message);
       error_message (impl, text);
       g_free (text);
       g_free (uri);